home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / NetSetMan / netsetman.exe / {app} / NSM-Help / data / nsmhelp.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-01-06  |  2.1 KB  |  161 lines

  1. body{
  2.     text-align:center;
  3.     font-family: Arial, Helvetica, sans-serif;
  4.     font-size:12px;
  5. }
  6.  
  7. p{
  8.     margin:7px 0px 7px 0px;
  9. }
  10.  
  11. a{
  12.     color:#2F5383;
  13.     text-decoration:none;
  14. }
  15. a:hover{
  16.     color:#4E7EC0;
  17.     text-decoration:underline;
  18. }
  19.  
  20. img{
  21.     margin:0px;
  22.     padding:0px;
  23. }
  24.  
  25. .screen{
  26.     border: 1px silver solid;
  27.     padding:10px;
  28.     background-color:white;
  29.     display:block;
  30.     margin:5px;
  31.     margin-left:auto; 
  32.     margin-right:auto;
  33. }
  34.  
  35. td{
  36.     font-family: Arial, Helvetica, sans-serif;
  37.     font-size:12px;
  38. }
  39.  
  40. ul{ 
  41.     margin-top: 2px; 
  42.     margin-bottom: 10px;
  43. }
  44.  
  45. #hf_info{
  46.     text-align:center;
  47.     margin-left:auto; 
  48.     margin-right:auto;
  49. }
  50.  
  51. #hf_info .hf_head{
  52.     text-align:left;
  53. }
  54.  
  55. #hf_info .hf_body{
  56.     width:400px;
  57.     margin-left:auto;
  58.     margin-right:auto;    
  59. }
  60.  
  61. #hf_title{    
  62.     background-color:#EEE;
  63.     font-weight:bold;
  64.     text-align:center;
  65. }
  66. #hf_title h1{
  67.     padding:0;
  68.     margin:0;
  69.     font-size:20px;
  70.     background-image:none;
  71. }
  72. #hf_title h2{
  73.     padding:0;
  74.     margin:0;
  75.     font-size:17px;
  76. }
  77.  
  78. #hf_lang{
  79.     margin-top:10px;
  80.     font-size:14px;
  81. }
  82.  
  83. #hf_langerror{
  84.     text-align:center;
  85. }
  86. #hf_langerror_title{
  87.     color:red;
  88. }
  89.  
  90. #hf_translator{
  91.     font-size:12px;
  92.     font-weight:normal;
  93. }
  94.  
  95. #hf_lang img{
  96.     padding-top:0px;
  97.     vertical-align:top;
  98. }
  99.  
  100. #hf_nsmpro{
  101.     font-size:17px;
  102.     font-weight:bold;
  103.     color:#990000;
  104.     text-align:center;
  105.     /*background-color:#FBEEEE;*/
  106.     background-color:#EDEFFE;
  107. }
  108.  
  109. .hf_block{
  110.     width:650px;
  111.     margin:20px;
  112.     padding:10px;
  113.     margin-left:auto;
  114.     margin-right:auto;
  115.     text-align:left;
  116.     border: 2px solid silver;
  117.     background-color:#F8F8F8;
  118. }
  119.  
  120. .hf_head{
  121.     padding:5px;
  122.     background-color:#EDEDED;
  123.     font-weight:bold;
  124.     font-size:16px;
  125. }
  126.  
  127. .hf_body{
  128.     padding:5px;
  129.     
  130. }
  131.  
  132. .hf_image{
  133.     text-align:center;
  134. }
  135.  
  136. .hf_tblinfo{
  137.     width:100%;
  138. }
  139.  
  140. .hf_tblinfo_right{
  141.     text-align:center;
  142.     font-weight:bold;
  143. }
  144.  
  145. .hf_tblinfo_left{
  146.     text-align:right;
  147.     width:130px;
  148. }
  149.  
  150. .hf_errortable_left{
  151.     text-align:center;
  152.     font-weight:bold;
  153. }
  154.  
  155. .hf_errortable_left{
  156.     text-align:right;
  157.     width:150px;
  158. }
  159. .code{
  160.     font-family:"Courier New", Courier, monospace;
  161. }